Results 1 to 7 of 7

Thread: Adding own folders to iso

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Location
    Stiens (FRL) Netherlands
    Posts
    27

    Adding own folders to iso

    Hello people,

    I am experiencing some issues creating an remastered iso.
    I created some folder /A /B ?C etc in root level for future mount points.

    When I run the kn-remaster script and build the iso, the folders are not in the iso.
    To copy the folders to the remaster folder I added the following lines like this.

    $RSCMD /A $OKR
    $RSCMD /B $OKR
    etc

    The folder is now correctly copied to the remaster folder, but when I build and boot the iso, the folders still dont exist.

    What am I missing here?

    Greets,

    WJP
    Last edited by wjp79; 03-02-2012 at 11:22 AM.

  2. #2
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    Please can you post the output from
    Code:
    ls -la /opt/knx/remaster

  3. #3
    Junior Member
    Join Date
    Dec 2011
    Location
    Stiens (FRL) Netherlands
    Posts
    27
    Code:
    knoppix@Microknoppix:/$ ls -la /opt/knx/remaster
    total 43
    drwxr-xr-x  41 root    root      984 Feb 22 01:41 .
    drwxr-xr-x   6 root    root      152 Feb 22 02:21 ..
    drwxr-xr-x   2 root    root       48 Feb 22 00:33 A
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 B
    drwxr-xr-x   2 root    root       80 Feb 21 18:13 C
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 D
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 E
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 F
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 G
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 H
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 I
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 J
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 K
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 L
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 M
    drwxr-xr-x   2 root    root       80 Feb 21 18:14 N
    drwxr-xr-x   2 root    root       80 Feb 21 18:15 O
    drwxr-xr-x   2 root    root       80 Feb 21 18:15 P
    drwxr-xr-x   2 root    root     3392 Feb 21 20:04 bin
    drwxr-xr-x   3 root    root      192 Sep 11 01:13 boot
    drwxrwxrwt  22 root    root    22392 Feb 22 01:36 dev
    drwxr-xr-x 156 root    root     7640 Feb 22 00:29 etc
    drwxr-xr-x   2 root    root       80 Feb 21 18:15 herstel
    drwxr-xr-x   3 root    root       72 Dec  2  2008 home
    drwxr-xr-x  17 root    root     4136 Sep 14 12:14 lib
    drwxr-xr-x   2 root    root       48 Jun 25  2008 media
    drwxr-xr-x   2 root    root       48 May 18  2008 mnt
    drwxr-xr-x   2 knoppix knoppix    48 Feb 15 12:44 net
    drwxr-xr-x   3 root    root      448 Feb 22 00:52 oke
    drwxr-xr-x   2 root    root       48 Feb 15 11:42 opt
    drwxr-xr-x   2 root    root       48 May 18  2008 proc
    drwxr-xr-x   5 root    root      304 Feb 21 18:13 root
    drwxr-xr-x   9 root    root      232 Jul 19  2011 run
    drwxr-xr-x   2 root    root     6344 Sep 14 12:15 sbin
    drwxr-xr-x   2 root    root       48 Sep 16  2008 selinux
    drwxr-xr-x   2 root    root       48 Sep 14 00:48 srv
    drwxr-xr-x   2 root    root       48 Jun  6  2008 sys
    drwxr-xr-x   2 root    nogroup    48 Nov 11  2009 tftpboot
    drwxrwxrwt   2 root    root       48 Sep 14 12:15 tmp
    drwxr-xr-x  11 root    root      264 Jul 12  2011 usr
    drwxr-xr-x  14 root    root      336 Jul 12  2011 var
    knoppix@Microknoppix:/$

  4. #4
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    I'll test it in the evening with the part "Build new ISO from remastered Knoppix" of the kn-remaster script.

    But by the way, if you need additional mountpoints, create them within '/mnt' and not in the root-directory.

    In your special case insert a line within "fknrsync()"
    Code:
    $RSCMD /mnt $OKR --exclude=/mnt/...
    and exclude all the subdirectories within '/mnt' you will not have in the new ISO.
    Last edited by Werner P. Schulz; 03-02-2012 at 02:11 PM.

  5. #5
    Junior Member
    Join Date
    Dec 2011
    Location
    Stiens (FRL) Netherlands
    Posts
    27

    mountpoints

    Thank you for looking into this.

    About the mointpoints.
    I use other scripts that mount hdd drives on /C , /D , /E etc.
    But they also call other scripts locates on /oke.

    So I need the option to put folders on root.

    I could change the scripts, but I thought putting the folders on the ISO was easier.

    WJP

  6. #6
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    I still work on it
    I've found, no empty directories appear within the remastered ISO, wether '/A, /B ..' nor '/mnt/A, /mnt/B..', and I don't know why.

  7. #7
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    No I've it; it is a problem with the UNIONFS and not with the kn-remaster script. If you want mountpoints within the new ISO, you can establish these as '/opt/A', '/opt/B' and so on.
    Mountpoints at '/A', '/mnt/A' and so on doesn't work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


IBM System X3250 M3 Server 8GB RAM Intel Xeon x3440 2.53ghz (NO HDD) picture

IBM System X3250 M3 Server 8GB RAM Intel Xeon x3440 2.53ghz (NO HDD)

$41.99



IBM Server Rack Cabinet 9308-RC4 picture

IBM Server Rack Cabinet 9308-RC4

$209.00



IBM System p5 9131-52A 3.5

IBM System p5 9131-52A 3.5" 4-Bay Server 80P6787 1 CPU 2GB 6 HD CADDIES TAPE BU

$250.00



IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6Core 64GB RAM No HDD Server System picture

IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6Core 64GB RAM No HDD Server System

$359.99



IBM x3650 M4 Server Intel Xeon E5-2640 (x2) 144GB RAM No HDDs (#4XN7N) picture

IBM x3650 M4 Server Intel Xeon E5-2640 (x2) 144GB RAM No HDDs (#4XN7N)

$199.99



IBM BladeCenter HS20 8843 55U Server - 2x Intel Xeon 4GB RAM - NO HDDs picture

IBM BladeCenter HS20 8843 55U Server - 2x Intel Xeon 4GB RAM - NO HDDs

$21.48



IBM System x3550 M3 Dual Intel Xeon X5650 @2.67GHz 32GB RAM No HDD picture

IBM System x3550 M3 Dual Intel Xeon X5650 @2.67GHz 32GB RAM No HDD

$68.50



IBM Server System X3100 M4 | Xeon @ 3.10 Ghz | 8GB | 250GB HDD No OS (IG-PC26) picture

IBM Server System X3100 M4 | Xeon @ 3.10 Ghz | 8GB | 250GB HDD No OS (IG-PC26)

$112.95



1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray picture

1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray

$318.00



IBM Netezza 3567 picture

IBM Netezza 3567

$5000.00