diff options
| author | Lars Müller | 2006-12-16 20:43:27 +0100 |
|---|---|---|
| committer | Lars Müller | 2006-12-16 20:43:27 +0100 |
| commit | bdb8a65f2fc72ab1bc4d96073858824502a0b331 (patch) | |
| tree | b6f99d7378e826a2709ba2752f3d0f115245f432 /installer/systems/opensuse102 | |
| parent | Always prefix SLX_STAGE1_PATH if we cleanup the chroot. (diff) | |
| download | core-bdb8a65f2fc72ab1bc4d96073858824502a0b331.tar.gz core-bdb8a65f2fc72ab1bc4d96073858824502a0b331.tar.xz core-bdb8a65f2fc72ab1bc4d96073858824502a0b331.zip | |
Use a prereqfiles sub directory instead of the BASE_FILE_ hack.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@556 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/systems/opensuse102')
| -rw-r--r-- | installer/systems/opensuse102/prereqfiles/etc/group (renamed from installer/systems/opensuse102/BASE_FILE_etc__group) | 0 | ||||
| -rw-r--r-- | installer/systems/opensuse102/prereqfiles/etc/passwd (renamed from installer/systems/opensuse102/BASE_FILE_etc__passwd) | 0 | ||||
| -rw-r--r-- | installer/systems/opensuse102/prereqfiles/etc/shadow (renamed from installer/systems/opensuse102/BASE_FILE_etc__shadow) | 0 | ||||
| -rwxr-xr-x | installer/systems/opensuse102/scripts/postprereq | 5 |
4 files changed, 5 insertions, 0 deletions
diff --git a/installer/systems/opensuse102/BASE_FILE_etc__group b/installer/systems/opensuse102/prereqfiles/etc/group index 505cb221..505cb221 100644 --- a/installer/systems/opensuse102/BASE_FILE_etc__group +++ b/installer/systems/opensuse102/prereqfiles/etc/group diff --git a/installer/systems/opensuse102/BASE_FILE_etc__passwd b/installer/systems/opensuse102/prereqfiles/etc/passwd index 9b8fc4fe..9b8fc4fe 100644 --- a/installer/systems/opensuse102/BASE_FILE_etc__passwd +++ b/installer/systems/opensuse102/prereqfiles/etc/passwd diff --git a/installer/systems/opensuse102/BASE_FILE_etc__shadow b/installer/systems/opensuse102/prereqfiles/etc/shadow index cd100a5a..cd100a5a 100644 --- a/installer/systems/opensuse102/BASE_FILE_etc__shadow +++ b/installer/systems/opensuse102/prereqfiles/etc/shadow diff --git a/installer/systems/opensuse102/scripts/postprereq b/installer/systems/opensuse102/scripts/postprereq new file mode 100755 index 00000000..b141d4b0 --- /dev/null +++ b/installer/systems/opensuse102/scripts/postprereq @@ -0,0 +1,5 @@ +#! /bin/bash + +SLX_STAGE1_PATH=$1 + +chown root: ${SLX_STAGE1_PATH}/etc/{group,passwd,shadow} |
