forked from pool/aaa_base
Accepting request 59077 from Base:System
Accepted submit request 59077 from user lnussel OBS-URL: https://build.opensuse.org/request/show/59077 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=249
This commit is contained in:
parent
0b4ae24346
commit
69a6f87d50
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 25 08:42:14 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
- at boot make sure /etc/mtab is a symlink (bnc#665494) so
|
||||||
|
util-linux doesn't need to do it in %post
|
||||||
|
- don't wait for loop images to appear as block devices (bnc#666150)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 19 10:12:19 UTC 2011 - lnussel@suse.de
|
Wed Jan 19 10:12:19 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -141,7 +141,9 @@ fi
|
|||||||
#
|
#
|
||||||
# create mtab if it does not exist
|
# create mtab if it does not exist
|
||||||
#
|
#
|
||||||
touch /etc/mtab
|
if test ! -e /etc/mtab; then
|
||||||
|
ln -sf /proc/self/mounts /etc/mtab
|
||||||
|
fi
|
||||||
#
|
#
|
||||||
# make sure that several log files exist
|
# make sure that several log files exist
|
||||||
#
|
#
|
||||||
|
@ -33,7 +33,6 @@ done
|
|||||||
# deleted db2 groups and users were uids 46,47,48 and gids 46,47,48
|
# deleted db2 groups and users were uids 46,47,48 and gids 46,47,48
|
||||||
#
|
#
|
||||||
mkdir -p /etc
|
mkdir -p /etc
|
||||||
touch /etc/mtab
|
|
||||||
mkdir -p /var/adm/fillup-templates
|
mkdir -p /var/adm/fillup-templates
|
||||||
echo "root:x:0:0:root:/root:/bin/bash
|
echo "root:x:0:0:root:/root:/bin/bash
|
||||||
bin:x:1:1:bin:/bin:/bin/bash
|
bin:x:1:1:bin:/bin:/bin/bash
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1dcbf6fd37ef0f429a1174ea1168b3d0d5bf2b3288c10a8d3ea608898dd45ff9
|
oid sha256:981b012dad0ed38ad66e495068afa513be6db7d480a12c4dba6698b5239d4002
|
||||||
size 82029
|
size 81991
|
||||||
|
Loading…
Reference in New Issue
Block a user