From 180d9b1cc539f15cb9afd5a6d95f144219e40f1c Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Fri, 23 Apr 2010 23:01:15 -0300 Subject: [archiso2dual] Refactor the code Notable changes: * -R option added. Used to specify a file with a list of files or directories to remove from root-image.sqfs. This option only works with -T full. A list of files/directories that will be removed is printed. * -T purge_us profile removed, now is managed via -R option. * Profiles looks now: -T Type of target image (work is done on root-image.sqfs): basic: join both images, no changes in root-image split: 'basic' + split out usr/share/ and lib/modules/ from root-image full: 'split' + remove specified directories (with -R) from root-image * Code is now a bit small made by some refactions. Signed-off-by: Gerardo Exequiel Pozzi --- archiso2dual/removefiles.lst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 archiso2dual/removefiles.lst (limited to 'archiso2dual/removefiles.lst') diff --git a/archiso2dual/removefiles.lst b/archiso2dual/removefiles.lst new file mode 100644 index 0000000..516ff02 --- /dev/null +++ b/archiso2dual/removefiles.lst @@ -0,0 +1,7 @@ +# files/directories to remove from root-image.sqfs +boot +usr/include +usr/share/doc +usr/share/info +usr/share/man +usr/src -- cgit v1.2.3-70-g09d2