forked from pool/aaa_base
Accepting request 70460 from 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 (forwarded request 70458 from lnussel) OBS-URL: https://build.opensuse.org/request/show/70460 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=293
This commit is contained in:
commit
8bda94c1e6
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- rc.status: in rc_wait test for existance of binary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 9 14:23:10 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:c69f8a3c0e5fbd49b7d0a853581b876c26885d5698230ac1d1de0ff5959744b0
|
||||
size 100384
|
||||
oid sha256:0fff4f9199a0e1835570c2adf62a242013e3aa2b020c45e6125add5430347f18
|
||||
size 100410
|
||||
|
Loading…
Reference in New Issue
Block a user