Accepting request 70458 from home:lnussel:branches:Base:System
- create loop devices in %post (bnc#661715) - don't mount /sys/fs/cgroup/systemd as it makes programs think systemd is in use OBS-URL: https://build.opensuse.org/request/show/70458 OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=252
This commit is contained in:
parent
998c75615b
commit
e4e6b7c591
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 12:16:26 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- create loop devices in %post (bnc#661715)
|
||||
- don't mount /sys/fs/cgroup/systemd as it makes programs think
|
||||
systemd is in use
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 9 15:40:00 UTC 2011 - ro@novell.com
|
||||
|
||||
|
@ -207,14 +207,14 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
/var/adm/fillup-templates/sysconfig.windowmanager
|
||||
%dir /lib/udev
|
||||
%dir /lib/udev/devices
|
||||
%attr(660,root,disk) %dev(b,7,0) /lib/udev/devices/loop0
|
||||
%attr(660,root,disk) %dev(b,7,1) /lib/udev/devices/loop1
|
||||
%attr(660,root,disk) %dev(b,7,2) /lib/udev/devices/loop2
|
||||
%attr(660,root,disk) %dev(b,7,3) /lib/udev/devices/loop3
|
||||
%attr(660,root,disk) %dev(b,7,4) /lib/udev/devices/loop4
|
||||
%attr(660,root,disk) %dev(b,7,5) /lib/udev/devices/loop5
|
||||
%attr(660,root,disk) %dev(b,7,6) /lib/udev/devices/loop6
|
||||
%attr(660,root,disk) %dev(b,7,7) /lib/udev/devices/loop7
|
||||
%ghost %attr(660,root,disk) %dev(b,7,0) /lib/udev/devices/loop0
|
||||
%ghost %attr(660,root,disk) %dev(b,7,1) /lib/udev/devices/loop1
|
||||
%ghost %attr(660,root,disk) %dev(b,7,2) /lib/udev/devices/loop2
|
||||
%ghost %attr(660,root,disk) %dev(b,7,3) /lib/udev/devices/loop3
|
||||
%ghost %attr(660,root,disk) %dev(b,7,4) /lib/udev/devices/loop4
|
||||
%ghost %attr(660,root,disk) %dev(b,7,5) /lib/udev/devices/loop5
|
||||
%ghost %attr(660,root,disk) %dev(b,7,6) /lib/udev/devices/loop6
|
||||
%ghost %attr(660,root,disk) %dev(b,7,7) /lib/udev/devices/loop7
|
||||
|
||||
%files extras
|
||||
%defattr(-,root,root)
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a805e2a85a4d0f89e0c2f68b265b4b7fa1cb45bb002fd84f99f43343efe90f35
|
||||
size 100407
|
||||
oid sha256:0fff4f9199a0e1835570c2adf62a242013e3aa2b020c45e6125add5430347f18
|
||||
size 100410
|
||||
|
Loading…
Reference in New Issue
Block a user